home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / diag / mortsv25.zip / MORT'S.DOC next >
Text File  |  1992-03-26  |  12KB  |  229 lines

  1. ┌───────────────────────────────────────────────────────────────────────────┐
  2. │        DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITIES             │
  3. │        ------------------------------------------------------             │
  4. │        The author has taken due care in writing this program,             │
  5. │        and the program is supplied as is.  The author makes               │
  6. │        no expressed or implied warranty of any kind with regard           │
  7. │        to this program.  In no event shall the author be liable           │
  8. │        for incidental or consequential damages in connection              │
  9. │        with or arising out of the use of this program.                    │
  10. │                                                                           │
  11. ├───────────────────────────────────────────────────────────────────────────┤
  12. │This program is NOT public domain.                                         │
  13. │                                                                           │
  14. │It may be distributed and used free of charge by anyone,provided:          │
  15. │                                                                           │
  16. │        1.      No charge is made for this program other than a            │
  17. │                minimal charge for the blank disk, postage, etc...         │
  18. │                                                                           │
  19. │        2.      Both the software MORT'S.EXE and this short                │
  20. │                documentation file MORT'S.DOC are distributed              │
  21. │                together and un-altered.                                   │
  22. │                                                                           │
  23. │        3.      This software is not distributed in a manner to            │
  24. │                provide "added value" to a commercial product              │
  25. │                which is being sold for profit.                            │
  26. └───────────────────────────────────────────────────────────────────────────┘
  27.                                    MORT'S
  28.                                  by Ken Koch
  29.                                   (c) 1992
  30.                                     v2.5
  31.  
  32.         v.1.6           April 20, 1991
  33.  
  34.         v.1.7           May 6, 1991
  35.                         fixed Major bug. It was deleting files if both the
  36.                         source & the destination directories were the same.
  37.                         fixed Minor bug. Screen display between loading files
  38.                         and sorting files would become blank, erroneously
  39.                         indicating that the program had froze.
  40.  
  41.  
  42.         v.1.8           May 14,1991
  43.                         Added Automatic Overwriting of any files that exist
  44.                         in destination directory, when moving or copying.
  45.  
  46.         v.1.9           May 20, 1991
  47.                         Fixed Mark & UnMark bug.
  48.  
  49.         v2.0-
  50.          2.3            Not released
  51.  
  52.         v2.4            Added DOS 5.0 format features.
  53.                         Changed Copying/Moving display.
  54.                         Included MORTINST.EXE for installing
  55.                         your own Binary & Text editor, and
  56.                         a Browser program.
  57.  
  58.         v2.5            March 26, 1992
  59.                         Changed many internal functions for faster/
  60.                         better readability & use.
  61.  
  62.  
  63. History of Mort's
  64. -----------------
  65.         I made Mort's because I needed a Norton Commander-like program
  66.         to manage my Hard drive. I also needed a program that was not a
  67.         ShareWare or Commercial product. This program came into being at
  68.         my place of employment. We needed a cheap program that could do
  69.         alot of the things Norton does with his program NC, but would not
  70.         cost anything. This is why I wrote Mort's. (Mort's is short for
  71.         Morton Commander. <grin>)
  72.  
  73.  
  74. Syntax
  75. ------
  76.         To invoke Mort's, either have the program in your current directory 
  77.         or Pathed thru a PATH= statement. Then type MORT'S
  78.  
  79. Commands
  80. --------
  81.         The commands in Mort's are very straight forward.
  82.  
  83.         To change a directory, place the highlighted bar on the directory
  84.         you wish to go, & press [ENTER].
  85.  
  86.         To go back to a previous directory, place the highlighted bar on
  87.         the "UP DIR" directory & press [ENTER].
  88.  
  89.  
  90.         To Execute, Edit, or Browse a file:
  91.            Place the highlight bar on the selected file and Press [ENTER].
  92.  
  93.            A selection window will appear. You have the options of Edit,
  94.            Execute, or Browse the file. Move the highlight to the
  95.            desired action and press [ENTER].
  96.  
  97.            By default the BROWSE function is done by using DOS's TYPE
  98.            command to type the files contents to the screen.
  99.  
  100.            Also by default the Text Editor uses DOS's EDLIN command, and
  101.            the defauly Binary editor is DOS's DEBUG program.
  102.  
  103.            To change any of these defaults, use the accompanying program,
  104.            MORTINST. (See the section called "CHANGING MORT'S".)
  105.  
  106.         The following Function keys have the following effects.
  107.  
  108.         F1......Copy File(s). To copy files you must first mark them. To
  109.                 mark them, place the highlighted bar on the desired file
  110.                 and press the [SPACEBAR]. Simularily to Un-Mark them press
  111.                 the [SPACEBAR] again. This acts like a toggle. A ">" symbol
  112.                 will appear in that lines first location. This indicates it
  113.                 has been selected. You then have to give Mort's a destination
  114.                 to copy the file(s) to. Press [F6] and at the bottom prompt
  115.                 enter the destination drive or directory. Then press the [F1] 
  116.                 key to begin the copy. After the file is copied it is
  117.                 verified to make sure it copied OK.
  118.  
  119.         F2......Delete File(s). To delete files you must first mark them. To
  120.                 mark them, place the highlighted bar on the desired file
  121.                 and press the [SPACEBAR]. Simularily to Un-Mark them press
  122.                 the [SPACEBAR] again. This acts like a toggle. Then press
  123.                 the [F3] key to begin the delete.
  124.  
  125.         F3......Move File(s). To move files you must first mark them. To
  126.                 mark them, place the highlighted bar on the desired file
  127.                 and press the [SPACEBAR]. Simularily to Un-Mark them press
  128.                 the [SPACEBAR] again. This acts like a toggle. You then
  129.                 have to give Mort's a destination to move the file(s) to.
  130.                 Press [F6] and at the bottom prompt enter the destination
  131.                 drive or directory. Then press the [F3] key to begin the
  132.                 move. Before the source file is deleted, the target file
  133.                 in the new drive/directory is checked to make sure it's
  134.                 a exact duplicate of the original.
  135.  
  136.         F4......MkDir. This is a way to Make a Directory in the the current
  137.                 directory. When you press [F4], a prompt will appear at
  138.                 the bottom of the screen. Enter the name of the directory.
  139.                 This prompt will only except acceptable DOS filename 
  140.                 characters. To abort, press [ESC].
  141.  
  142.         F5......Change Source Directory. When you press this key a prompt
  143.                 will appear at the bottom of the screen awaiting input.
  144.                 Type in the directory or drive you wish to make your
  145.                 source. This is very helpful to go to a drive other than
  146.                 your current drive. If you are in the directory you want
  147.                 as your SOURCE directory, just press the [ENTER] key.
  148.  
  149.         F6......Change Target Directory. When you press this key a prompt
  150.                 will appear at the bottom of the screen awaiting input.
  151.                 Type in the directory or drive you wish to make your
  152.                 Target. This is very helpful to go to a drive other than
  153.                 your current drive. If you are in the directory you want
  154.                 as your TARGET directory, just press the [ENTER] key.
  155.  
  156.         F7......Format a Disk. This command will only work if the DOS
  157.                 FORMAT command is in the current directory or within the
  158.                 PATH statement you have set up. Currently it's set up
  159.                 to work with only DOS 5.
  160.  
  161.         Right
  162.         Arrow...Rename a file. When you press this key, the old name will
  163.                 disappear, a prompt on the same line will await the new
  164.                 name. This can also be used to change the name of a directory.
  165.                 To Abort, just press Enter.
  166.  
  167.         ALT B...Will provide a screen saver display. This will continue
  168.                 until you press any key.
  169.  
  170.         "+".....Mass Select. When you press this key a prompt appears 
  171.                 awaiting a string to select by. You may enter only a string
  172.                 pattern not a filename specification. This still works if
  173.                 all you want is to select COM files. Just enter COM. It
  174.                 will also find any filenames containing the word COM, so
  175.                 if after you mass select it, you can edit the selection by
  176.                 pressing the [SPACEBAR] to un-select it.
  177.  
  178.         "-".....Mass Un-Select. When you press this key a prompt appears 
  179.                 awaiting a string to select by. You may enter only a string
  180.                 pattern not a filename specification. This still works if
  181.                 all you want is to select COM files. Just enter COM. It
  182.                 will also find any filenames containing the word COM, so
  183.                 if after you mass unselect it, you can edit the selection by
  184.                 pressing the [SPACEBAR] to select it.
  185.  
  186.  
  187.         Any other keypress other than those listed above will be
  188.         interpreted as a DOS command and will try to execute it.
  189.  
  190.  
  191. Notes:
  192. ======
  193.         In previous versions I provided a way for you to change the sort
  194.         parameters for the directory listing. In this version there is only
  195.         one way to sort so I removed those commands. This version first sorts
  196.         by the extension, then it sorts each extension by name in ascending
  197.         order.
  198.  
  199.  
  200.  
  201. Changing Mort's
  202. ===============
  203.         Mort's provides a way for you to change the EDIT & BROWSE programs
  204.         that are called up to edit or look at a file. The accompanying 
  205.         program MORTINST does this by first asking you what you want the
  206.         program to change & writing these filenames in the Mort's program.
  207.  
  208.         To use, you must have MORT'S in the directory at which you are 
  209.         calling up MORTINST. 
  210.  
  211.         Mort's comes with
  212.                DOS's EDLIN as the default text editor.
  213.                DOS's DEBUG as the default binary editor.
  214.                DOS's TYPE command as the default "browser".
  215.  
  216. ==============================================================================
  217. COMMENTS
  218. ========
  219.         If you wish, you may write to me at:
  220.  
  221.                 Ken Koch
  222.                 507 Whitten St.
  223.                 Ingleside, IL. 60041
  224.  
  225.         These letters (from you) may tell me of any problems you have
  226.         experienced with using Mort's (or any other programs).
  227. ==============================================================================
  228.                                      
  229.